formatStringListAsItems
Type
handler
Summary
Format a list of strings as a comma-delimited "item" string
Syntax
formatStringListAsItems(<pList>)
Description
Helper function for converting a list of strings into a LiveCode Script "item" list, obeying the LiveCode Script rules for items.
Parameters
| Name | Type | Description |
|---|---|---|
pList | A list of strings |
Value
| Name | Type | Description |
|---|---|---|
return | A comma-delimited LiveCode Script-compatible "item" string |